From 60c920f228e09fee0c6a22d72b5d993e13c1b42b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 18 Sep 2010 13:41:30 -0300 Subject: [PATCH] [introspection] Do not parse private sources Private sources include private headers which we may not be able to parse properly since some of them use unsupported syntax such as objective-c. --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 389d7f76a4..15397d3671 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -901,7 +901,7 @@ LDADDS = \ if HAVE_INTROSPECTION introspection_files = \ $(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \ - $(gtk_all_c_sources) \ + $(gtk_base_c_sources) \ gtktypebuiltins.h \ gtktypebuiltins.c -- 2.30.2